#include <config.h>, and fix includes.
authorFederico Mena Quintero <federico@redhat.com>
Thu, 2 Dec 1999 20:44:43 +0000 (20:44 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Thu, 2 Dec 1999 20:44:43 +0000 (20:44 +0000)
commit25a81424295d5449bb624a122510d9de760deeeb
treed635e9ada74bdfa02bb62f4cecd9374ed815c6b8
parent21f0dff4cd4b2ffd5a23989129753c9a484ba92b
#include <config.h>, and fix includes.

1999-12-02  Federico Mena Quintero  <federico@redhat.com>

* src/testpixbuf.c: #include <config.h>, and fix includes.

* src/testpixbuf-drawable.c: #include <config.h>, and fix includes.

* src/io-xpm.c: Fix includes.

* src/io-tiff.c: Fix includes.

* src/io-ras.c: Fix includes, and do not include more stuff than needed.

* src/io-pnm.c: Fix inlcudes, and do not include more stuff than needed.

* src/io-png.c: Fix includes.

* src/io-ico.c: Fix includes, and do not include more stuff than needed.

* src/io-gif.c: Fix includes, and do not include more stuff than needed.

* src/io-bmp.c: Fix includes, and do not include more stuff than needed.

* src/gnome-canvas-pixbuf.c: Fix includes.

* src/gdk-pixbuf.c: Fix includes.

* src/gdk-pixbuf-util.c: Fix includes.

* src/gdk-pixbuf-render.c: Fix includes.

* src/gdk-pixbuf-io.h: Fix includes.

* src/gdk-pixbuf-drawable.c: Fix includes.

* src/gdk-pixbuf-drawable.h: Use angle brackets for the gdk-pixbuf
include files.

* src/gdk-pixbuf-data.c: Fix includes.

* src/gdk-pixbuf-loader.c: #include <config.h>

* src/gdk-pixbuf-loader.h: Use angle brackets for the gdk-pixbuf
include files.

* src/Makefile.am: Commented out the gdk-pixbuf-drawable stuff,
since it is not finished.
26 files changed:
demos/testpixbuf-drawable.c
demos/testpixbuf.c
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-cache.h [deleted file]
gdk-pixbuf/gdk-pixbuf-data.c
gdk-pixbuf/gdk-pixbuf-drawable.h
gdk-pixbuf/gdk-pixbuf-io.h
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/gdk-pixbuf-loader.h
gdk-pixbuf/gdk-pixbuf-util.c
gdk-pixbuf/gdk-pixbuf.c
gdk-pixbuf/gnome-canvas-pixbuf.c
gdk-pixbuf/io-bmp.c
gdk-pixbuf/io-gif.c
gdk-pixbuf/io-ico.c
gdk-pixbuf/io-jpeg.c
gdk-pixbuf/io-png.c
gdk-pixbuf/io-pnm.c
gdk-pixbuf/io-ras.c
gdk-pixbuf/io-tiff.c
gdk-pixbuf/io-xpm.c
gdk/gdkpixbuf-drawable.c
gdk/gdkpixbuf-render.c
gtk/gdk-pixbuf-loader.c
gtk/gdk-pixbuf-loader.h